home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
ATTRACT.DIR
/
00009_Script_9
< prev
next >
Wrap
Text File
|
1995-04-29
|
622b
|
36 lines
On StartMovie
cursor [527, 528]
set the puppet of sprite 2 = true
set the puppet of sprite 3 = true
end StartMovie
On EnterFrame
if the mousecast = the number of cast "help" then
set the castnum of sprite 2 = 6
else
set the castnum of sprite 2 = 5
end if
if the mousecast = the number of cast "quit" then
set the castnum of sprite 3 = 8
else
set the castnum of sprite 3 = 7
end if
if rollover(4) = true then
set the visibility of sprite 4 = true
else
set the visibility of sprite 4 = false
end if
end enterframe